Skip to main content
Version: 24.12

Creates a new policy definition revision

Creates a new policy definition revision

Request Body required
  • id string
  • name string
  • target string
  • type string
  • payload object
  • property name* object
Responses

Policy definition was created successfully. Returns the Policy Definition Id


Schema
  • message string
  • level string
  • result object
  • items object[]
  • id string
POST /policydefinitions

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
Body required
{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}
curl -L -X POST 'https://dgk.cx.dev.dih-cloud.com/policydefinitions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"id": "string",
"name": "string",
"target": "string",
"type": "string",
"payload": {}
}'